Feat: gRPC message size configurable for TS SDK#3881
Conversation
|
@jishnundth is attempting to deploy a commit to the Hatchet Team on Vercel. A member of the Team first needs to authorize it. |
|
Promptless prepared a documentation update related to this change. Triggered by PR #3881 Updated worker configuration documentation to include the new TypeScript SDK gRPC message size options ( Review: Document gRPC message size configuration for TypeScript SDK |
ea30b23 to
6077616
Compare
|
@jishnundth thanks for the PR. I locally validated this against a fresh Docker stack using Hatchet engine One small thing I would like to improve before approval: the env parsing currently uses |
7e7fd5c to
d6fd8e8
Compare
Done! |
|
Thank you, I re-evalidated locally and the parsing fix addresses my concern. I also see the TypeScript SDK changelog and version update is included. This looks ready to merge. @gregfurman |
Description
Make gRPC message send and receive size configurable at the user level for TS SDK.
Type of change